alias /setup {
  /window -al +Ltn  @setup
  /clear @setup
  /aline @setup $cg(MAIN SCRIPT SETTINGS)
  /aline @setup $cg(************************************************************)
  /aline @setup  $cg(ICQ) = %icq 
  /aline @setup  $cg(E-mail) = %mail
  /aline @setup  $cg(AIM SN) = %aim
  /aline @setup  $cg(Webpage) = %web
  /aline @setup  $cg(Next Birthday) = %bdayc 
  /aline @setup $cg(**********************************************************************************************************************************************)
  /aline @setup Auto Talker/Greet On This will toggle on your auto talker, It talks for you when someone says bye hello or joins a room
  /aline @setup Auto Talker/Greet Off This will toggle off your auto talker
  /aline @setup $cg(**********************************************************************************************************************************************)
  /aline @setup  Auto Ping On This will toggle on your Autopinger, when someone says !ping or ping me then it will automaticly ping them
  /aline @setup  Auto Ping Off This will toggle off your Autopinger
  /aline @setup $cg(**********************************************************************************************************************************************)
  /aline @setup  Auto Thanks On This will toggle on your Autothanks, when someone ops your or voices you it will thank them
  /aline @setup  Auto Thanks Off This will toggle off your Autothanks
  /aline @setup $cg(**********************************************************************************************************************************************)
  /aline @setup  Text Enhancer On This will toggle on your Text Enhancer, when you type in a word itll make it better ex: lol will be Laughing Out Loud
  /aline @setup  Text Enhancer Off This will toggle off your Text Enahancer
  /aline @setup $cg(**********************************************************************************************************************************************)
  /aline @setup  Elite Join/Part On This will toggle on your Elite join, when someone parts or joins a channel it'll make a design....pretty cool I think
  /aline @setup  Elite Join/Part Off This will toggle off your Elite join
  /aline @setup $cg(**********************************************************************************************************************************************)
  /aline @setup $cg(Voting Booth Setup)
  /aline @setup $cg(Topic) = %vreason 
  /aline @setup $cg(Timer) = %votetimer 
  /aline @setup $cg(Channel) = %votechan 
  /aline @setup $cg(************************************************************)
  /aline @setup $cg(Copyright) $+  $+ %spc 2001  $+ $cg(SuperZeroIRC)

}

menu @setup {
  dclick {
    if ($1 == 1) { halt }
    if ($1 == 2) { halt }
    if ($1 == 3) { set %icq $$?"Whats your damn icq number?" | clear | setup | halt }
    if ($1 == 4) { set %mail $$?"Whats your freakin e-mail address?" | clear | setup | halt }
    if ($1 == 5) { set %aim $$?"Whats your aim/aol screen name?" | clear | setup | halt }
    if ($1 == 6) { set %web $$?"Enter your webpage address" | clear | setup | halt }
    if ($1 == 7) { set %bdayc $$?"Whens your next birthday? Ex: February 5 2001" | clear | setup | halt }
    if ($1 == 8) { halt }
    if ($1 == 9) { enable #talker | notice $me Auto Talker Now On! | setup | halt }
    if ($1 == 10) { disable #talker | notice $me Auto Talker Now Off | setup | halt }
    if ($1 == 11) { halt }
    if ($1 == 12) { enable #autoping | notice $me Auto Pinger Now On! | setup | halt }
    if ($1 == 13) { disable #autoping | notice $me Auto Pinger Now Off | setup | halt }
    if ($1 == 14) { halt }
    if ($1 == 15) { enable #autothanks | notice $me Auto Thanks Now On! | setup | halt }
    if ($1 == 16) { disable #autothanks | notice $me Auto Thanks Now Off | setup | halt } 
    if ($1 == 17) { halt }
    if ($1 == 18) { enable #texten | notice $me Text Enhancer Now On! | setup | halt }
    if ($1 == 19) { disable #texten | notice $me Text Enhancer Now Off | setup | halt }
    if ($1 == 20) { halt }
    if ($1 == 21) { enable #elitejoin | notice $me |33t Join Now On Now On! | setup | halt }  
    if ($1 == 22) { disable #elitejoin | notice $me |33t Join Now Off | setup | halt }
    if ($1 == 23) { halt }
    if ($1 == 24) { halt }
    if ($1 == 25) { set %vreason $?="What topic do you wish to vote on? (must be yes or no) $crlf $+ To Unset Press 'Cancel"' | setup | halt }
    if ($1 == 26) { set %votetimer $?="How many seconds do they have to vote? $crlf $+ To Unset Press 'Cancel"' | setup | halt }
    if ($1 == 27) { set %votechan $?="What channel do you want to open booth in? $crlf $+ To Unset Press 'Cancel"' | setup | halt }
    if ($1 == 28) { halt }
    if ($1 == 29) { halt }
  }
}


}
